Auto merge of #3149 - cardoe:fix-pkgid-cmd, r=alexcrichton
authorbors <bors@rust-lang.org>
Tue, 18 Oct 2016 16:07:50 +0000 (09:07 -0700)
committerGitHub <noreply@github.com>
Tue, 18 Oct 2016 16:07:50 +0000 (09:07 -0700)
commit02fed69e71806989a96ae372f5d0f7cbb9528c37
tree280928461f811febcd3f6a8720109de8a257c127
parent305621d42945639d1ac69487bd08fc8b3dac7d0c
parent1e7893c402b3a3de49012dedd00f86d6847aeddd
Auto merge of #3149 - cardoe:fix-pkgid-cmd, r=alexcrichton

pkgid cmd: fix help msg with multiple packages

When there are multiple versions of a package that match a given spec
the command tells you to re-run it with the `-p` argument which does not
exist. The command appears to work without it properly.

Signed-off-by: Doug Goldstein <cardoe@cardoe.com>